From: Eli Zaretskii Date: Mon, 17 Dec 2001 19:24:50 +0000 (+0000) Subject: (Checklist): Fix a typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59753 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=08a7824f493fb5d7741d30082b70f70a67eb68a3;p=emacs.git (Checklist): Fix a typo. --- diff --git a/man/trouble.texi b/man/trouble.texi index fc8f8c41e2e..58f0865cb3f 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -689,7 +689,7 @@ if you use a Posix-style shell such as Bash, you can use this shell command to view the relevant values: @smallexample -echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ +echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_CTYPE \ LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG @end smallexample